/* input(86,25): run-time error CSS1035: Expected colon, found '>' */
/* General styles */
.sectionName {
    text-align: center;
    font-family: var(--font-family-1);
    font-size: var(--text-sl);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: normal;
    letter-spacing: 0.2rem;
    /*text-transform: uppercase;*/
    color: var(--gray-dark-10);
}

.encabezadoDelModulo {
    margin: auto;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-family: var(--font-family-1-bold);
    font-size: var(--text-3xl);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: 40px;
    /*text-transform: uppercase;*/
    color: var(--brand-black);
    max-width: 1202px;
}

@media (max-width:576px) {
    .encabezadoDelModulo {
        /* font-size: var(--text-sl); */
        font-size: 1.625rem;
        line-height: 30px;
        padding: 0rem 1rem;
    }
}

.text-descripcion {
    margin: auto;
    margin-bottom: 2rem;
    font-family: var(--font-family-2-reg);
    font-size: var(--text-lg);
    font-weight: var(--weight-normal);
    margin-top: 1.5rem;
    color: var(--gray-1);
    letter-spacing: 0;
    max-width: 1202px;
}

@media (max-width:576px) {
    .text-descripcion {
        /* font-size: var(--text-sm); */
        font-size: var(--text-md);
    }
}

/* Base element: Hero banner */
.hero-banner__dynamic-view {
    position: relative;
}

.hero-banner__gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.634375) 44.79%, rgba(0, 0, 0, 0.259) 61.46%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
}

.hero-banner__dynamic-view__banner-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    /* background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 20%, rgba(255, 255, 255, 0) 57%); */
    padding: 0 0 0 5rem;
    max-width: 792px;
}

    .hero-banner__dynamic-view__banner-content > h1 {
        .post-text-right>h2 font-family: var(--font-family-1-reg);
        font-size: var(--text-5xl);
        font-weight: var(--weight-bolder);
        text-transform: uppercase;
    }

    .hero-banner__dynamic-view__banner-content > p {
        font-family: var(--font-family-1-reg);
        font-size: var(--text-md);
        font-weight: var(--weight-normal);
        /* letter-spacing: 0.4px; */
    }

.hero-banner__dynamic-view > picture > img {
    width: 100%;
    aspect-ratio: 60/13;
    object-fit: cover;
}


@media (max-width:1024px) {
    .hero-banner__dynamic-view__banner-content {
        padding: var(--p-4) 6.5rem 0 3.5rem;
    }
}

@media (max-width:790px) {
    .hero-banner__dynamic-view__banner-content {
        padding: var(--p-4) 1.5rem 0 2rem;
    }

        .hero-banner__dynamic-view__banner-content > h1 {
            font-size: 32px;
            margin-bottom: 1rem;
        }
}

@media (max-width:592px) {
    .hero-banner__dynamic-view__banner-content {
        background-image: linear-gradient(360deg, #000 43%, rgba(0, 0, 0, 0) 63%);
        width: 100%;
        height: 100%;
        padding: 7rem var(--p-4) 1.5rem 1.5rem;
        margin-top: 12%;
    }

    /* .hero-banner__dynamic-view {
        height: 20rem;
    } */

    .hero-banner__dynamic-view > picture > img {
        object-fit: cover;
        aspect-ratio: 9 / 5;
    }

    .hero-banner__gradient-overlay {
        position: relative;
        width: 100%;
        padding-top: 50%; /* 6:3 aspect = 50% of width */
        background: linear-gradient(360deg, #000 4.11%, rgba(0, 0, 0, 0) 22.79%);
    }

        .hero-banner__gradient-overlay > * {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
}

@media (max-width:360px) {
    /* .hero-banner__dynamic-view {
        height: 15rem;
    } */
}

@media(max-width: 592px) {
    .hero-banner__dynamic-view > picture > img {
        object-fit: cover;
        aspect-ratio: 6/3;
        position: absolute;
    }

    .hero-banner__dynamic-view__banner-content {
        background-image: linear-gradient(360deg, #000 27.62% 50%, rgba(0, 0, 0, 0) 67%);
        height: auto;
        padding: 0rem var(--p-4) 0rem 1rem;
        background-color: var(--brand-black);
        position: relative;
        margin-top: 0;
        padding-top: 2%;
        padding-bottom: 2%;
    }
}

/* Comentarios */

textarea#Comentarios {
    padding: var(--p-4);
    border-radius: 0;
    border: none;
    background-color: var(--gray-light-4);
    font-family: var(--font-family-1);
    font-size: var(--text-md);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: 22px;
    border-bottom: 2px solid #000;
}



/* Component 1: Parrafo General */
.page-disclaimer {
    padding: 3rem 4rem 2rem !important;
    font-family: var(--font-family-1-reg) !important;
    font-size: var(--text-1lg);
    font-weight: var(--weight-normal);
    color: var(--brand-white) !important;
    background-color: var(--brand-white);
    scroll-margin-top: 82px;
}

.bgSecondColor {
    background-color: var(--brand) !important;
}

.general-paragraph {
    padding: 50px 80px;
    font-family: var(--font-family-1-reg);
    font-size: var(--text-1lg);
    font-weight: var(--weight-normal);
    color: #4D4D4D;
}

    .general-paragraph h1,
    .general-paragraph h2,
    .general-paragraph h4,
    .general-paragraph strong {
        color: var(--brand);
        font-family: var(--font-family-1-reg);
    }

.link-flota {
    color: var(--brand) !important;
}

    .link-flota:hover {
        color: var(--brand-dark) !important;
    }

@media (max-width:1024px) {
    .general-paragraph {
        padding: var(--p-4) 6.5rem 0 6.5rem;
    }
}

@media (max-width:768px) {
    .general-paragraph {
        padding: var(--p-4) 3.5rem 0 3.5rem;
    }

    .page-disclaimer {
        padding: 2rem 1rem 1rem !important;
        font-family: var(--font-family-1-reg) !important;
        font-size: 14px;
    }

    .general-paragraph table {
        width: 100%;
        table-layout: fixed;
    }

        .general-paragraph table td {
            word-wrap: break-word;
            overflow-wrap: break-word;
        }
}

@media (max-width:470px) {
    .general-paragraph {
        padding: 30px 16px;
    }
}

/* Component 2: Rotulo con CTA */
.rotulo-cta__secundario {
    background-color: var(--brand);
    color: var(--white);
    padding: 1.5rem 0;
}

    .rotulo-cta__secundario div .rotulo-cta__button-cta {
        background-color: var(--brand);
    }

        .rotulo-cta__secundario div .rotulo-cta__button-cta:hover {
            background-color: var(--brand-hover) !important;
        }

.rotulo-cta__secundario-h3 {
    margin: 0;
    /* margin-top: 1.25rem; */
    font-family: var(--font-family-1-bold);
    font-size: 2rem;
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: normal;
    /* text-transform: uppercase; */
    color: var(--brand-white) !important;
}

.rotulo-cta__secundario-p {
    font-family: var(--font-family-2-reg);
    font-size: var(--text-lg);
    font-weight: var(--weight-normal);
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    color: var(--brand-white) !important;
    letter-spacing: 0.72px;
    line-height: 26px;
    padding: 0rem 11rem 0rem 11rem;
}

.rotulo-cta h4 {
    text-align: center;
    font-family: var(--font-family-1-reg);
    font-size: var(--text-sl);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: normal;
    letter-spacing: 0.25rem;
    /* text-transform: uppercase; */
    color: var(--brand);
    margin-bottom: 1.5rem;
}

.rotulo-cta h3 {
    margin: 0;
    /* margin-top: 1.25rem; */
    font-family: var(--font-family-1-reg);
    font-size: var(--text-3xl);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: normal;
    /* text-transform: uppercase; */
    color: var(--brand);
    padding: 0 20% 0 20%;
    /*    text-wrap: balance;*/
}

.rotulo-cta p {
    font-family: var(--font-family-1-reg);
    font-size: var(--text-lg);
    font-weight: var(--weight-normal);
    margin-top: 1.5rem;
    /*    margin-bottom: 2rem;*/
    color: var(--brand);
    letter-spacing: 0.72px;
    line-height: 26px;
    padding: 0 25.5%;
}

.rotulo-cta__button-cta {
    margin: 0.5rem 0;
    display: block;
    text-decoration: none;
    width: 154px;
    height: 48px;
    padding: 0.5rem 0 0.5rem 0;
    transition: all 200ms;
    background-color: transparent;
    border: 2px solid var(--brand);
    color: var(--brand);
    font-family: var(--font-family-1-reg);
    font-size: var(--text-sl);
    font-weight: var(--weight-bold);
    /* text-transform: uppercase; */
    border-radius: 8px;
    font-weight: var(--weight-bolder);
}

@media (max-width: 768px) {
    .rotulo-cta__button-cta {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .rotulo-cta h3 {
        font-family: var(--font-family-1-reg);
        font-size: 1.625rem;
        padding: 0 6% 0 6%;
    }
}

.rotulo-cta__button-cta:hover {
    color: var(--brand-black);
    background-color: var(--brand-secondary);
    border: 2px solid var(--brand-secondary);
}

.rotulo-cta__button-cta:active {
    color: var(--brand-black);
    background-color: var(--brand-secondary);
    border: 2px solid var(--brand-secondary);
}

.rotulo-cta__button-viewMore {
    margin: 2rem 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    padding: 0.75rem 2rem;
    transition: all 200ms;
    background-color: transparent;
    color: var(--gray-dark-10);
    font-family: var(--font-family-1);
    font-size: var(--text-md);
    font-weight: var(--weight-bolder);
    border: #565656 2px solid;
    /* text-transform: uppercase; */
}


    .rotulo-cta__button-viewMore:hover {
        color: var(--gray-light-1);
        background-color: var(--brand-dark);
        border: none;
    }

        .rotulo-cta__button-viewMore:hover svg path {
            fill: var(--gray-light-1);
            background-color: var(--brand-dark);
            border: none;
        }

    .rotulo-cta__button-viewMore:active {
        color: var(--gray-light-1);
        background-color: var(--brand-dark);
        border: none;
    }

        .rotulo-cta__button-viewMore:active svg path {
            fill: var(--gray-light-1);
            background-color: var(--brand-dark);
            border: none;
        }

tbody, td, tfoot, th, thead, tr {
    border-color: #00205B;
    border-style: solid;
    border-width: 1px;
}

@media (max-width:768px) {
    .rotulo-cta {
        padding: var(--p-2) 1.5rem;
    }

        .rotulo-cta p {
            padding: 0rem;
            font-size: .875rem;
            letter-spacing: 0px;
            line-height: 18px;
        }
        /* .rotulo-cta h3 {
        font-size: 26px;
    } */
        .rotulo-cta h4 {
            font-size: var(--text-sm);
            margin-bottom: 0px;
        }
}


/* Component 3: Alternate post */
.alternate-post {
    padding: 2rem 5.5rem;
    margin: 0rem 0;
}

/* @media (max-width:1024px) {
    .alternate-post {
        padding: 0 6.5rem;
    }
} */

@media (max-width:768px) {

    .alternate-post {
        padding: 0 0rem;
        align-items: center;
    }

    /*    .alternate-post__image img { 

        max-width: 65%; 

    }*/
    .image-right img {
        float: right;
    }

    .alternate-post__iframe {
        float: right;
        width: 100%;
        aspect-ratio: 3 / 2;
        object-fit: cover;
    }

    /* .image-left img {
        float: left;
    } */

    .image-left iframe {
        float: left;
    }
}

@media (max-width:470px) {
    .alternate-post {
        padding: 0 0rem;
    }
}

.alternate-post__text_content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: scroll;
}

    .alternate-post__text_content::-webkit-scrollbar {
        display: none;
    }

    .alternate-post__text_content p,
    .alternate-post__text_content h2 {
        margin: 0;
    }

    .alternate-post__text_content > p:first-child {
        font-size: var(--text-cta);
        letter-spacing: 4px;
        font-family: var(--font-family-1-reg);
        color: var(--gray-1);
        /* text-transform: uppercase; */
    }

    .alternate-post__text_content h2 {
        margin: 0.75rem 0 1.5rem 0;
    }

.post-text-left > h2 {
    text-align: initial;
    font-family: var(--font-family-1-reg);
    font-size: var(--text-10xl);
    font-weight: var(--weight-bolder);
    /* text-transform: uppercase; */
    color: var(--brand);
    max-width: 490px;
}

.post-text-left > div > * {
    text-align: justify;
    font-family: var(--font-family-1-reg);
    font-size: var(--text-lg);
    font-weight: var(--weight-normal);
    line-height: 150%;
    color: var(--gray-1);
}

.post-text-right > div > * {
    text-align: justify;
    font-family: var(--font-family-1-reg);
    font-size: var(--text-lg);
    font-weight: var(--weight-normal);
    line-height: 150%;
    color: var(--gray-1);
}

.post-text-right > h2 {
    text-align: initial;
    font-family: var(--font-family-1-reg);
    font-size: var(--text-3xl);
    font-weight: var(--weight-bolder);
    text-transform: unset;
    color: var(--brand-black);
    max-width: 490px;
}

/* .alternate-post__image img {
    width: 100%;
    aspect-ratio: 1.9/1;
    object-fit: cover;
} */

.alternate-post__image iframe {
    height: 100%;
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
}

.alternate-post__image {
    height: 100%;
}


@media (max-width:768px) {
    .post-text-left {
        padding-right: 0;
        margin-bottom: 24px;
    }

    .post-text-right {
        padding-left: 0;
        margin-bottom: 24px;
    }

    .alternate-post__image__wrapper {
        order: 2;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .alternate-post__text_content {
        padding: 0rem 1rem;
        padding-right: 1rem !important;
    }

    .post-text-left > p,
    .post-text-left > h2 {
        text-align: center;
        padding-right: 0;
    }

    .post-text-right > p,
    .post-text-right > h2 {
        text-align: center;
        padding-left: 0;
        max-width: 100%;
        font-size: 28px;
    }

    .text-cta__button-cta {
        width: 100%;
        text-align: center;
        font-size: 20px !important;
        font-weight: 700;
    }

    .textbtn {
        padding: 10px !important;
    }

    .promo_text_cta {
        padding: 10px;
        font-size: 14px !important;
    }
}

@media (max-width: 576px) {
    .alternate-post__image iframe {
        aspect-ratio: 1 / 1;
    }
}

/* Component 4: accordion */
.accordion-area {
    background-color: var(--gray-5);
    padding-bottom: 3rem;
    /* margin-bottom: 4.25rem; */
}

    .accordion-area > h3 {
        padding-top: 2.5rem;
        margin-bottom: 2rem;
        font-family: var(--font-family-1);
        font-size: var(--text-3xl);
        font-style: normal;
        font-weight: var(--weight-bolder);
        line-height: 42px;
        text-transform: uppercase;
        color: var(--gray-dark-1);
    }

.acordion {
    padding: 0 10rem;
}

@media (max-width:1400px) {
    .acordion {
        padding: 0 7rem;
    }
}

@media (max-width:1024px) {
    .acordion {
        padding: 0 6.5rem;
    }
}

@media (max-width:768px) {
    .acordion {
        padding: 0 1rem;
    }

    .accordion-area div .rotulo-cta p {
        font-size: 16px;
        margin-top: 0.5rem;
    }

    .acordion__title {
        padding: 0.625rem 0rem 0.625rem 0.75rem !important;
    }

    .acordion__content-is-active {
        padding: 1.5rem 1rem !important;
    }
}

@media (max-width:470px) {
    .acordion {
        padding: 0 1rem;
    }
}

.acordion__title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: var(--brand-white);
    border: none;
    padding: 0.625rem 1.5rem;
    border-bottom: 1px solid var(--gray-5);
    border-top: 1px solid var(--gray-5);
    /* height: 3.8rem; */
    align-items: center;
    text-align: left;
    height: 60px;
}

    .acordion__title > h4 {
        margin: 0;
        color: var(--brand-black);
        font-family: var(--font-family-1-bold);
        font-size: var(--text-sl);
        font-style: normal;
        font-weight: var(--weight-bolder);
        line-height: normal;
        letter-spacing: 0.4px;
    }

.acordion__title-is-active > h4 {
    color: var(--brand-white);
}

.acordion__title > svg {
    transform: rotate(0deg);
    transition: all 400ms;
    min-width: 3rem;
}

.acordion__title-is-active > svg > path {
    stroke: white !important;
}

.acordion__content {
    background-color: var(--brand-white);
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: all 200ms linear;
}

/* .acordion__title-is-active>h4 {
    color: var(--brand-secundary);
    font-family: var(--font-family-1);
    border-bottom: var(--brand-secundary);
} */

.acordion__title-is-active {
    border-bottom: 1px solid var(--gray-dark-3);
    background-color: var(--brand-hover);
}

    .acordion__title-is-active > svg {
        transform: rotate(180deg);
        transition: all 400ms;
        color: var(--brand-white);
    }

/* .acordion__title-is-active > svg > path{
    fill:var(--gray-dark-3);
}  */
.acordion__content-is-active {
    padding: 2.5rem 2rem;
    max-height: 5000px;
    overflow: auto;
    overflow-y: hidden;
    transition: all 400ms;
    font-family: var(--font-family-2-reg);
    font-size: var(--text-lg);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: 26px;
    color: #414141;
}

/* Component 5: service cards */
.service-card__wrapper {
    margin: 4.5rem 1.25rem;
    background-color: #F1F1F1;
}

    .service-card__wrapper:hover {
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    }

    .service-card__wrapper > img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

.service-card__text_content {
    height: 15.25rem;
    padding: 2rem 1.5rem;
    color: #6C6C6C;
}

    .service-card__text_content > h4 {
        font-family: var(--font-family-1);
        font-size: var(--text-sl);
        font-style: normal;
        font-weight: var(--weight-bolder);
        line-height: normal;
        letter-spacing: 0.4px;
        color: var(--gray-dark-10);
    }

    .service-card__text_content > p {
        margin-top: var(--text-xl);
        font-family: var(--font-family-1);
        font-size: var(--text-lg);
        font-style: normal;
        font-weight: var(--weight-normal);
        line-height: 26px;
        color: var(--gray-dark-10);
        letter-spacing: 0.72px;
    }

.service-card__links > a {
    font-family: var(--font-family-1);
    font-size: var(--text-md);
    color: var(--gray-dark-10);
    font-weight: var(--weight-bold);
    line-height: 20px;
    text-decoration-line: underline;
    letter-spacing: 0.56px;
}

.first-element-url > a {
    color: var(--gray-dark-4);
}

.second-element-url {
    margin-top: 1.5rem;
}

@media (max-width:1366px) {
    .service-card__text_content {
        height: 16.25rem;
    }
}

@media (max-width:768px) {
    .service-card__wrapper {
        margin: 1.5rem 0;
    }

        .service-card__wrapper > img {
            height: 300px;
        }
}

@media (max-width:470px) {
    .service-card__wrapper > img {
        height: 250px;
    }
}

/* Component 6: Slider */
.sliderAsComponent {
    width: 100%;
    /*margin-top: 1rem;*/
}

/* .swiper-slide{
    width: 90%;
    scroll-snap-align: center end !important;
}
.swiper-slide-active,
.swiper-slide-prev,
.swiper-slide-custom-prev,
.swiper-slide-next{
    transform: translateX(195px) !important;
} */
.swiper-slide__content_wrapper {
    position: relative;
    display: flex;
}

.slide-component_text-wrapper {
    padding: 3rem;
    background: var(--gray-dark-9);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: 0;
    left: 87px;
    z-index: 1;
    width: 36%;
    height: 550px;
}

.Security-Swiper .swiper-slide__content_link > a {
    color: var(--brand-black);
    font-family: var(--font-family-1-reg);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: 22px;
    /* 137.5% */
    /* text-transform: uppercase; */
    text-decoration: none;
    cursor: pointer;
    padding: 0rem 2rem;
}

.swiper-slide__content_link {
    max-width: 25.313rem;
    max-height: 3.75rem;
    background: var(--brand);
    justify-content: center;
    padding: 12px;
    text-align: center;
}

.Security-Swiper .swiper-slide__content_link:hover {
    background: var(--brand-dark);
}

.arrow-swiper-rows {
    position: relative;
    display: flex;
    gap: 10px;
    /* top: 5%; */
}

.slide-component_text-wrapper > h3 {
    margin: 0;
    font-family: var(--font-family-1);
    font-size: var(--text-3xl);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: 42px;
    text-transform: uppercase;
    padding: 0 0 3rem;
    text-align: center;
}

.slide-component_text-wrapper > p {
    font-family: var(--font-family-1);
    font-size: var(--text-lg);
    font-weight: var(--weight-normal);
    letter-spacing: 0.72px;
    color: var(--gray-dark-1);
    text-align: justify;
}

.slide-component-section {
    text-align: center;
    font-family: var(--font-family-1);
    font-size: var(--text-sl);
    font-weight: var(--weight-normal);
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2rem;
    /*text-transform: uppercase;*/
    color: var(--gray-dark-10);
}

.slide-component_image {
    height: 100%;
    display: flex;
}

    .slide-component_image > img {
        aspect-ratio: 1.99;
        object-fit: cover;
        position: absolute;
        width: 100%;
    }

.swiper-button-prev,
.swiper-button-next {
    color: var(--brand);
    ;
    transform: scale(0.5);
    position: inherit;
}

.swiper-pagination {
    visibility: hidden;
}

.secondbackgorund {
    background-color: var(--brand);
}

    .secondbackgorund .form-input_wrapper > input {
        padding: var(--p-4);
        border-radius: 0;
        border: none;
        background-color: var(--brand-white);
        font-family: Source Sans Pro;
        font-size: var(--text-md);
        font-style: normal;
        font-weight: var(--weight-normal);
        line-height: 22px;
        border-bottom: 2px solid #fff;
        letter-spacing: 0.64px;
        color: #373637 !important;
    }

    .secondbackgorund .form-input_wrapper input[type="checkbox"] + label {
        color: white;
    }

.form-input_wrapper .fa-clock {
    position: absolute;
    right: 10px;
    font-size: 16px;
    color: #555;
    cursor: pointer;
}

.secondbackgorund .form-input_wrapper {
    flex: 0 0 auto;
    width: 100%;
    margin: var(--p-4) 0;
    background-color: var(--brand-white);
}

.secondbackgorund .submit__buttom {
    /* text-transform: uppercase; */
    width: 100%;
    margin-top: 2.5rem;
    padding: 0.85rem 0;
    margin-bottom: 4rem;
    background-color: var(--brand-secondary);
    color: #fff;
    font-family: var(--font-family-1-reg);
    font-size: var(--text-sl);
    font-weight: var(--weight-bolder);
    border-radius: 8px;
    /* text-transform: uppercase; */
    border: none;
}

    .secondbackgorund .submit__buttom:disabled {
        background-color: var(--brand-disabled);
        /*            opacity: 40%;*/
    }

.secondbackgorund .form-input_wrapper .label-required {
    font-family: var(--font-family-1);
    font-size: var(--text-xs);
    background-color: transparent !important;
    color: var(--brand-brand);
}


.secondbackgorund .checkbox__wrapper {
    display: flex;
    gap: 50px;
    font-family: var(--font-family-1);
    font-size: var(--text-md);
    font-weight: var(--weight-normal);
    line-height: 22px;
    background-color: transparent !important;
    align-items: center;
    color: var(--brand-white);
}


.secondbackgorund .form-instruction {
    flex: 0 0 auto;
    width: 100%;
    font-family: var(--font-family-1-reg);
    color: var(--brand-white);
    font-size: 18px;
}

.secondbackgorund .with-space {
    margin: 3.5rem 0 0 0;
}

@media (max-width: 768px) {
    .slide-component_image {
        flex-direction: column-reverse;
        display: flex;
    }

        .slide-component_image > img {
            position: inherit;
        }

    .arrow-swiper-rows {
        display: none;
    }

    .swiper-pagination {
        position: relative;
        visibility: visible;
    }

    .swiper-pagination-bullet {
        background-color: white;
        border: 1px solid var(--gray-dark);
    }

    .swiper-pagination-bullet-active {
        background-color: var(--brand);
        border: 1px solid var(--brand);
        width: 10px;
        height: 10px;
    }

    .slide-component_text-wrapper {
        padding: 2rem var(--p-2);
        left: 0%;
        width: 100%;
        align-items: center;
    }

    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        top: 15rem;
        /*        justify-content: center;*/
        align-items: center;
        padding: 20px;
    }

    .swiperTecnologia-pagination {
        padding: 0 !important;
    }
}
/* Component 7: Image/Video centered */
.multimedia-content {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*background: linear-gradient(to bottom, var(--gray-dark-9), rgba(255, 255, 255, 0) 95.71%);*/
    background: var(--gray-dark-9);
}

.multimedia-content__wrapper {
    /*padding: 0 10rem 2rem;*/
    max-width: 925px;
    margin: 0 auto;
}

.with-space {
    margin-bottom: 40px;
}

@media (max-width:1441px) {
    /* .multimedia-content__wrapper {
        padding: 0 var(--p-4) 2rem
    } */
    .alternate-post__image img {
        width: 100% !important;
        height: 100%;
        object-fit: cover;
    }
}

.text-descripcion {
    /* padding: 0rem 3.5rem 0rem; */
    padding: 0rem var(--p-4) 0rem;
}

.multimedia-content__video > img,
.multimedia-content__video > video > source,
.multimedia-content__video > iframe {
    width: 950px;
    height: 480px;
    object-fit: cover;
}

.multimedia-content__video > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width:1366px) {

    .multimedia-content__video > img,
    .multimedia-content__video > video > source,
    .multimedia-content__video > iframe {
        width: 854px;
        height: 440px;
    }
}

@media (min-width:992px) {
    .post-text-right {
        padding-left: 3.4rem;
    }

    .post-text-left {
        padding-right: 3.4rem;
    }
}

@media (max-width:992px) {

    .multimedia-content__video > img,
    .multimedia-content__video > video > source,
    .multimedia-content__video > iframe {
        width: 85%;
        height: 440px;
    }

    .multimedia-content {
        display: flow-root;
    }
}

@media (max-width: 769px) {

    .multimedia-content__video > img,
    .multimedia-content__video > video > source,
    .multimedia-content__video > iframe {
        width: 492px;
        height: 286px;
    }
}

@media (max-width:576px) {

    .multimedia-content__video > img,
    .multimedia-content__video > video > source,
    .multimedia-content__video > iframe {
        width: 85%;
        height: 300px;
    }
}

@media (max-width:380px) {

    .multimedia-content__video > img,
    .multimedia-content__video > video > source,
    .multimedia-content__video > iframe {
        height: 200px;
    }
}

@media (max-width:360px) {

    .multimedia-content__video > img,
    .multimedia-content__video > video > source,
    .multimedia-content__video > iframe {
        width: 320px;
        height: 205px;
    }
}

@media (max-width:320px) {

    .multimedia-content__video > img,
    .multimedia-content__video > video > source,
    .multimedia-content__video > iframe {
        width: 85%;
        height: 205px;
    }
}

/* Component 8: blog content */
.ListNews {
    padding: 0 1.5rem;
}

.blog_post-wrapper > img {
    width: 100%;
    max-height: 327px;
    object-fit: contain;
    background-color: var(--gray-dark-9);
}

.blog_post-wrapper_body {
    text-align: left;
    padding: var(--p-4) 1.5rem;
    height: 250px;
}

    .blog_post-wrapper_body > h4 {
        font-family: var(--font-family-1);
        font-size: var(--text-sl);
        font-style: normal;
        font-weight: var(--weight-bolder);
        line-height: normal;
        color: var(--gray-dark-10);
    }

    .blog_post-wrapper_body > p {
        margin-top: var(--text-xl);
        font-family: var(--font-family-1);
        font-size: var(--text-lg);
        font-style: normal;
        font-weight: var(--weight-normal);
        line-height: 26px;
        letter-spacing: 0.72px;
    }

@media (max-width:280px) {
    .blog_post-wrapper_body {
        height: 350px;
    }
}

.blog_post-wrapper {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.blog_post-wrapper_body > p {
    margin-top: 1.5rem;
    height: 72px;
}

@media (max-width:328px) {
    .blog_post-wrapper_body > p {
        height: 95px;
    }
}

@media (max-width:280px) {
    .blog_post-wrapper_body > p {
        height: 150px;
    }
}

.blog_post-wrapper_body > a,
.blog_post-wrapper_body > a:hover,
.blog_post-wrapper_body > a:focus,
.blog_post-wrapper_body > a:visited,
.blog_post-wrapper_body > a:focus-within,
.blog_post-wrapper_body > a:active {
    color: var(--gray-dark-10);
    text-decoration: none;
    font-family: var(--font-family-1);
    font-size: var(--text-md);
    font-style: normal;
    font-weight: var(--weight-bold);
    line-height: 22px;
    text-decoration-line: underline;
}

.swiper-button-disabled > svg > path {
    fill: var(--gray-dark-6);
}

.arrow-container {
    margin: 2.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.swiperBlog-button-next {
    transform: rotate(180deg);
}

/* Component 9: dynamic form */

.form-instruction {
    flex: 0 0 auto;
    width: 100%;
    font-family: var(--font-family-1-reg);
    font-size: var(--text-md);
    color: var(--gray-1);
}

.with-space {
    margin: 3.5rem 0 0 0;
}

.form-input_wrapper_d {
    flex: 0 0 auto;
    width: 100%;
    margin: var(--p-4) 0;
}

    .form-input_wrapper_d > input {
        width: 100%;
        padding: var(--p-4);
        padding-right: 40px; /* Space for icon */
        border-radius: 0;
        border: 0;
        background-color: var(--gray-dark-9);
        font-family: var(--font-family-1-reg);
        font-size: var(--text-md);
        font-style: normal;
        font-weight: var(--weight-normal);
        line-height: 22px;
        border-bottom: 2px solid #000;
        letter-spacing: .64px;
        color: #373637 !important;
        box-sizing: border-box;
    }

textarea.form-control {
    width: 100%;
    height: 175px;
    padding: 8px 12px;
    border: none;
    border-radius: unset;
    border-bottom: 1px solid var(--gray-1);
    resize: none;
    font-family: var(--font-family-1-reg);
    font-size: var(--text-md);
    background-color: var(--gray-5);
    color: var(--gray-1);
    box-sizing: border-box;
}

.input-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #555;
}

    .input-icon svg {
        width: 18px;
        height: 18px;
    }

.form-input_wrapper {
    flex: 0 0 auto;
    width: 100%;
    margin: var(--p-4) 0;
}

    .form-input_wrapper > input {
        padding: var(--p-4);
        border-radius: 0;
        border: none;
        background-color: var(--gray-5);
        font-family: var(--font-family-1-reg);
        font-size: var(--text-md);
        font-style: normal;
        font-weight: var(--weight-normal);
        line-height: 22px;
        border-bottom: 1px solid var(--gray-1);
        letter-spacing: 0.64px;
        color: var(--gray-1) !important;
    }

        .form-input_wrapper > input:focus {
            border: none;
            background-color: var(--gray-5);
            border-bottom: 1px solid var(--gray-1);
            box-shadow: none;
        }

        .form-input_wrapper > input::placeholder {
            color: var(--gray-1);
        }

        .form-input_wrapper > input:focus::placeholder {
            color: var(--gray-1);
        }

    .form-input_wrapper .required {
        border-bottom: 1px solid var(--alert-error-main);
    }

        .form-input_wrapper .required::placeholder {
            color: var(--gray-1);
        }

.select-wrapper .required {
    background-image: url("/figma/select-arrow/Lg-required.svg?v=hZ7nhetwx06JiXEutAeJSqAdm6g");
}

.form-input_wrapper > select {
    width: 100%;
    padding: var(--p-4);
    border-radius: 0;
    border: none;
    background-color: var(--gray-5);
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background-image: url("/figma/select-arrow/Lg.svg?v=hZ7nhetwx06JiXEutAeJSqAdm6g");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
    font-family: var(--font-family-1-reg);
    font-size: var(--text-md);
    font-weight: var(--weight-normal);
    line-height: 22px;
    border-bottom: 1px solid var(--gray-1);
    color: var(--gray-1) !important;
    cursor: pointer;
}

    .form-input_wrapper > select:focus-visible {
        outline-width: 0;
    }

    .form-input_wrapper > select.selected {
        border-bottom: 2px solid #000;
        font-family: var(--font-family-1);
    }

    .form-input_wrapper > select > option {
        height: 200px !important;
    }

.form-input_wrapper > label {
    color: var(--gray-1);
    font-family: var(--font-family-1-reg);
    /*text-align: right;*/
    font-size: var(--text-md);
    line-height: 22px;
    letter-spacing: 0.48px;
    font-weight: var(--weight-normal);
    letter-spacing: 0.64px;
}

.checkbox__wrapper {
    display: flex;
    gap: 1rem;
    color: var(--gray-1);
    font-family: var(--font-family-1-reg);
    font-size: var(--text-md);
    font-weight: var(--weight-normal);
    line-height: 22px;
    align-items: flex-start;
    /*    align-items: center;*/
}

    .checkbox__wrapper .form-check-input:focus {
        box-shadow: none !important;
        outline: none !important;
    }

.form-input_wrapper .label-required {
    display: block; /* Forces to be on a new line */
    margin-top: 2px; /* Space above error */
    font-size: 12px;
    color: var(--alert-error-main);
}

.disclaimer-1 {
    gap: 1rem;
    flex: auto;
}

.check-box {
    width: 50%;
}

input#Terminosycondiciones1 {
    border: 2px solid;
}

.form-input_wrapper > input[type="checkbox"]:focus,
.form-input_wrapper > input[type="radio"]:focus,
.form-input_wrapper > input[type="checkbox"]:checked,
.form-input_wrapper > input[type="radio"]:checked {
    border: none;
    box-shadow: none;
    background-color: var(--brand);
}

.checkbox__wrapper .form-check-input {
    /*    height: 22px;
    width: 22px;*/
    border: 2px solid var(--brand);
    border-radius: 2px;
    appearance: none;
    -webkit-appearance: none;
    background-color: white;
    cursor: pointer;
    position: relative;
}

.checkbox__wrapper input[type="checkbox"] {
    width: 22px;
    height: 22px;
    padding: 0 !important;
    flex-shrink: 0 !important;
    margin: 0;
}

.checkbox__wrapper .form-check-input:checked[type=checkbox] {
    background-color: var(--brand);
}

.checkbox__wrapper .form-check-input:not(:checked) {
    background-color: #fff !important;
    border: 2px solid var(--brand) !important;
    border-radius: 2px;
    appearance: none;
}


.specialDisclaimer__radio_buttom {
    width: 100%;
    font-family: var(--font-family-1);
    font-size: var(--text-md);
    font-weight: var(--weight-normal);
    line-height: 22px;
}

.form-input_wrapper > textarea:focus {
    background-color: var(--gray-5);
    color: var(--gray-1);
    border: none;
    box-shadow: none;
    border-bottom: 1px solid var(--gray-1);
}

.download__buttom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 32px;
    height: 60px;
    width: fit-content;
    background-color: transparent; /* or white if needed */
    color: #000000;
    border: 2px solid #000000;
    font-family: var(--font-family-1);
    font-size: var(--text-md);
    font-weight: var(--weight-bold);
    border-radius: 8px;
    margin-bottom: 4rem;
}

    .download__buttom :hover {
        background-color: #000000;
        color: #ffffff;
    }

.submit__buttom {
    /* text-transform: uppercase; */
    width: 450px;
    height: 60px;
    margin-top: 2rem;
    padding: 0.85rem 0;
    margin-bottom: 4rem;
    background-color: var(--brand-secondary);
    color: var(--brand-black);
    font-family: var(--font-family-1-reg);
    font-size: var(--text-sl);
    font-weight: var(--weight-bolder);
    border-radius: 8px;
    /* text-transform: uppercase; */
    border: none;
}

    .submit__buttom:hover {
        color: var(--brand-black);
        background-color: var(--brand-hover);
        border: none;
    }

    .submit__buttom:active {
        color: var(--brand-black);
        background-color: var(--brand-secondary);
        border: none;
    }

    .submit__buttom:disabled {
        background-color: var(--brand-disabled);
        color: var(--brand-white);
        /*    opacity:40%;*/
    }

button.loading-text {
    pointer-events: none; /* Prevent clicks */
    opacity: 40%; /* Keep original color */
}

@media (max-width: 992px) {

    .with-space {
        margin: 3.5rem 0 0 0;
    }

    .submit__buttom {
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .submit__buttom {
        padding: 12px 45px;
        font-size: 1.25rem;
        width: 320px !important;
        height: 60px !important;
    }

    .with-space {
        margin: 3.5rem 0 0 0;
    }

    .hero-banner__dynamic-view__banner-content > p {
        font-size: 1rem;
    }
}

.iframe-content {
    padding: 5rem 5rem 5rem;
}

    .iframe-content > iframe {
        width: 100%;
        height: 50rem;
    }

/*Banner CTA*/

.boxBannerCTA {
    position: absolute;
    top: calc(50% - 8rem);
    left: 5rem;
}

@media (max-width: 768px) {
    .boxBannerCTA {
        background: black;
        padding: 0rem 0.9rem;
    }
}

.containerToGoUpBannerCTA {
    position: relative;
    top: 2rem;
}

@media (max-width: 768px) {
    .boxBannerCTA {
        left: 0rem;
        top: -1px;
        width: 100%;
        position: relative;
    }
}

@media (max-width: 768px) {
    .text_banner_CTA {
        text-align: left;
        width: 34.25rem;
        left: 1.5rem;
        position: relative;
    }
}

.text_banner_CTA {
    text-align: left;
    width: 44.5rem;
    left: 0;
}


.p_banner_cta {
    font-size: 16px;
    text-transform: initial;
}

@media (max-width: 768px) {
    .p_banner_cta {
        font-size: 16px;
        text-wrap: wrap;
        padding-bottom: var(--p-4);
        padding-top: var(--p-4);
    }

        .p_banner_cta:has(p) {
            padding-top: 0;
        }

    .containerToGoUpBannerCTA {
        min-height: auto !important;
    }
}


@media (max-width: 768px) {
    .marcaSvg svg {
        width: 7.173rem;
        height: auto;
    }

    .text_banner_CTA {
        width: 100%;
    }
}

.derko-bannerModel .gradient {
    position: relative;
    display: inline-block;
}

    .derko-bannerModel .gradient:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
        /* FF3.6+ */
        background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
        /* IE10+ */
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000', GradientType=1);
        /* IE6-9 */
    }

@media (max-width: 768px) {
    .derko-bannerModel .gradient:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        /* FF3.6+ */
        background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        /* IE10+ */
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF000000', endColorstr='#00000000', GradientType=0);
        /* IE6-9 */
    }
}

.alternate-post-cta__button-cta--single {
    margin: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    /* padding: var(--p-4) 0; */
    height: 60px;
    transition: all 200ms;
    background-color: var(--brand-secondary);
    color: var( --brand-black);
    font-family: var(--font-family-1-reg);
    font-size: var(--text-sl);
    font-weight: var(--weight-bold);
    /* text-transform: uppercase; */
    /* width: 20rem; */
    width: 100%;
    max-width: 18.25rem;
    text-align: center;
    border-radius: 8px;
    /* border: 2px solid var(--brand-black);*/
    transition: 300ms all;
}

    .alternate-post-cta__button-cta--single:hover {
        background-color: var(--brand-hover);
        color: var(--brand-black);
    }

.alternate-post-cta__button-cta {
    margin: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    /* padding: var(--p-4) 0; */
    height: 60px;
    transition: all 200ms;
    background-color: var(--brand-secondary);
    color: var(--brand-white);
    font-family: var(--font-family-1-bold);
    font-size: var(--text-sl);
    font-weight: var(--weight-bold);
    /* text-transform: uppercase; */
    /* width: 20rem; */
    width: 100%;
    max-width: 18.25rem;
    text-align: center;
    border-radius: 8px;
    border: 2px solid var(--brand-secondary);
    transition: 300ms all;
}

    .alternate-post-cta__button-cta:hover {
        color: var(--brand-white);
        background-color: var(--brand-secondary);
        border: 2px solid var(--brand-secondary);
        opacity: 40px;
    }

.alternate-post-cta__button-cta2 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    /* padding: var(--p-4) 0; */
    height: 60px;
    transition: all 200ms;
    background-color: var(--brand-white);
    color: var(--brand-black);
    font-family: var(--font-family-1-bold);
    font-size: var(--text-sl);
    font-weight: var(--weight-bold);
    /* text-transform: uppercase; */
    /* width: 20rem; */
    width: 100%;
    max-width: 18.25rem;
    text-align: center;
    border-radius: 8px;
    border: 2px solid var(--brand-black);
    transition: 300ms all;
}

    .alternate-post-cta__button-cta2:hover {
        color: var(--gray-dark-10);
        border: 3px solid var(--gray-dark-2, #565656);
    }

@media (max-width: 991px) {
    .alternate-post-cta__button-cta--single,
    .alternate-post-cta__button-cta,
    .alternate-post-cta__button-cta2 {
        margin: 2rem auto;
    }

    .post-text-left {
        padding-right: 0rem;
    }

    .alternate-post__image__wrapper {
        order: 2;
    }
}

/* Keep your original alignment */
input[type="date"],
input[type="time"] {
    text-align: left !important;
    text-align-last: left !important;
    direction: ltr;
    /* Extra for iOS Safari support */
    -webkit-appearance: none;
    appearance: none;
    padding-right: 1em; /* Reserve space for custom icon */
}

    /* Custom date icon */
    input[type="date"]::-webkit-calendar-picker-indicator {
        background: url('/icons/date.svg?v=hZ7nhetwx06JiXEutAeJSqAdm6g') no-repeat center;
        background-size: 1.1em 1.1em;
        opacity: 1;
        color: transparent;
        cursor: pointer;
    }

    /* Custom time icon */
    input[type="time"]::-webkit-calendar-picker-indicator {
        background: url('/icons/time.svg?v=hZ7nhetwx06JiXEutAeJSqAdm6g') no-repeat center;
        background-size: 1.5em 1.5em;
        opacity: 1;
        color: transparent;
        cursor: pointer;
    }

@media (max-width: 768px) {

    .alternate-post-cta__button-cta--single,
    .alternate-post-cta__button-cta,
    .alternate-post-cta__button-cta2 {
        margin: 1.5rem 0 0 0;
        width: 100%;
        max-width: 100%;
        text-align: center;
        height: 48px;
        padding: 0rem;
    }

    .alternate-post {
        margin: 1rem 0;
    }
}

/*Dealers Slider*/
.dealers-slider {
    background-color: var(--gray-dark-9);
}

    .dealers-slider h3 {
        font-family: var(--font-family-1);
        font-size: var(--text-3xl);
        font-weight: var(--weight-bolder);
        text-align: center;
        padding: 3rem 0rem;
        color: #000
    }

.dealers-slider-div {
    padding: 2rem 5.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 100% !important;
}

.dealers-slider-swiper_container {
    overflow: hidden;
    max-width: 90%;
    padding-right: 0.5rem;
}

.dealers-slider-swiper .swiper-wrapper {
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
}

    .dealers-slider-swiper .swiper-wrapper .branch-card {
        background-color: var(--brand-white);
        border-radius: 15px;
        padding: 2rem 1rem;
        box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.25);
        text-align: center;
        font-family: var(--font-family-1);
        height: auto;
        display: flex;
        flex-direction: column;
    }

.branch-card .branch-name {
    font-weight: var(--weight-bolder);
    font-size: var(--text-sl);
    padding-bottom: 0.5rem;
}

.branch-card .branch-address {
    font-size: var(--text-md);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 0.5rem;
}

.branch-card .branch-hours {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 1.5rem;
    text-align: start;
}

    .branch-card .branch-hours .branch-days {
        font-weight: var(--weight-bolder);
        color: #4d4d4d;
        font-size: var(--text-md);
    }

.branch-card .branch-contact {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-size: var(--text-md);
    padding: 1.5rem 0rem;
}

.branch-card .branch-serivces {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

    .branch-card .branch-serivces .branch-serivces-title {
        font-weight: var(--weight-bolder);
        font-size: var(--text-sm);
        color: var(--gray-dark-3);
        padding: 0.5rem 0rem 1rem;
    }

    .branch-card .branch-serivces .branch-serivces-offered {
        font-size: var(--text-md);
        color: var(--gray-dark-3);
        color: #000;
        display: flex;
        justify-content: center;
        gap: 1rem;
        flex-wrap: wrap;
        padding: 0.5rem 0rem;
        margin: auto;
    }

        .branch-card .branch-serivces .branch-serivces-offered div {
            background-color: var(--brand-light);
            padding: 0rem 0.5rem;
            border-radius: 4px;
        }

.branch-card .branch-links {
    display: flex;
    justify-content: space-around;
    padding-top: 1rem;
    font-weight: var(--weight-bolder);
    font-size: var(--text-sl);
    margin-top: auto;
}

    .branch-card .branch-links a {
        font-weight: var(--weight-bolder);
        font-size: var(--text-lg);
        color: #4d4d4d;
    }

        .branch-card .branch-links a:nth-of-type(3) {
            font-weight: var(--weight-bolder);
            font-size: var(--text-lg);
            color: var(--brand);
        }

.dealers-slider-div .swiper-button-next:after,
.dealers-slider-div .swiper-button-prev:after {
    font-size: 70px;
    font-weight: var(--weight-bolder);
}

.dealers-slider .dealers-slider-pagination {
    visibility: visible !important;
    padding-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dealers-slider-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    background: var(--brand) !important;
    border-color: var(--brand) !important;
}


@media (max-width: 1366px) {
    .dealers-slider-div {
        padding: 2rem 2.5rem;
    }
}

@media (max-width: 768px) {
    .dealers-slider-div {
        padding: 2rem 0rem;
    }

        .dealers-slider-div .swiper-button-next:after, .dealers-slider-div .swiper-button-prev:after {
            display: none;
        }

    .branch-card .branch-links a {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .dealers-slider-div {
        margin-left: 10px;
    }

    .dealers-slider-swiper_container {
        max-width: 100%;
    }
}

/* Two Cards Component */
.two_cards {
    display: flex;
    padding: 3rem 5.5rem;
    justify-content: space-between;
    gap: 2rem;
}

    .two_cards article {
        flex: 0 0 auto;
        width: 50%;
        max-width: 840px;
    }

        .two_cards article img {
            width: 100%;
            object-fit: cover;
        }

.two_cards_text {
    font-family: var(--font-family-2-reg);
    font-size: var(--text-lg);
    color: #595758;
    padding-top: 2rem;
}

@media (max-width: 768px) {
    .two_cards {
        flex-direction: column;
        padding: 2rem 1rem;
        gap: 5rem;
    }

        .two_cards article {
            width: 100%;
        }
}

/* Price & Financing Option Component */
.priceFinancing-grid {
    display: flex;
    flex-direction: row;
    max-width: 1299px;
    margin: auto;
    flex-wrap: wrap;
    padding-bottom: 2rem;
}

.promos h5, .promos h3, .promos h4, .promos p {
    margin-bottom: 0;
}

.promos img {
    /* object-fit: contain; */
    /* max-height: 237px; */
    /* height: 100%; */
    padding: 2rem;
}

.promos-powertrain {
    font-family: var(--font-family-2-reg);
    color: var(--brand-black);
    font-size: var(--text-sm);
    font-weight: var(--weight-normal);
}

.promos-modelName {
    font-family: var(--font-family-1-bold);
    color: var(--brand-black);
    font-size: var(--text-sl);
    font-weight: var(--weight-bolder);
}

.promos-category {
    font-family: var(--font-family-1-reg);
    color: var(--brand-black);
    font-size: var(--text-sl);
    margin-bottom: 0.5rem !important;
    font-weight: var(--weight-normal);
}

.promos-listPrice {
    font-family: var(--font-family-2-reg);
    color: var(--brand-black);
    font-size: var(--text-sm);
}

    .promos-listPrice span {
        font-family: var(--font-family-1-reg);
        color: var(--gray-2);
        text-decoration: line-through;
    }

.promos-newPrice {
    font-family: var(--font-family-1-bold);
    color: var(--brand-black);
    font-size: var(--text-sl);
    margin-bottom: 0.25rem !important;
    font-weight: var(--weight-bolder);
}

    .promos-newPrice span {
        font-family: var(--font-family-1-reg);
    }

.promos-monthly {
    font-family: var(--font-family-2-reg);
    color: var(--gray-1);
    font-size: var(--text-xs);
}

    .promos-monthly span {
        font-weight: var(--weight-bolder);
    }

.promos-monthlyRedemption {
    font-family: var(--font-family-2-reg);
    color: var(--gray-1);
    font-size: var(--text-xs);
    max-width: 120px;
}

    .promos-monthlyRedemption span {
        font-weight: var(--weight-bolder);
        color: var(--gray-1);
    }

.financing-info {
    padding: 0.5rem 0rem;
}

    .financing-info a {
        font-family: var(--font-family-1-reg);
        color: var(--brand-hover);
        font-size: var(--text-sm);
        font-weight: var(--weight-normal);
    }

        .financing-info a svg {
            margin-bottom: 0.25rem;
        }

@media (max-width: 1366px) {
    .priceFinancing-grid {
        margin: 0 4.5rem;
    }
}

@media (max-width: 576px) {
    .priceFinancing-grid {
        margin: 0 2.25rem;
        padding-bottom: 1rem;
    }

    .promos-powertrain {
        text-transform: uppercase;
    }

    .promos-listPrice {
        font-size: 14px;
    }

    .promos-newPrice {
        font-size: 16px;
    }

    .promos-monthly,
    .promos-monthlyRedemption {
        font-size: 12px;
    }

    .financing-info a {
        font-size: 14px;
    }
}

/* Hero Banner Component */
.hero-banner-comp {
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin: 1rem 0rem;
  padding: 1rem;*/
}

/* @media (min-width:768px) {
.hero-banner-comp {
  margin: 10rem;
}
} */

@media (max-width:768px) {
    .hero-banner-comp {
        display: flex;
        flex-direction: column;
        align-items: center;
        /*margin: 3rem 1rem;*/
    }
}

.hero_banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 30.709rem;
    overflow: hidden;
}

.hero_banner__banner-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5rem;
    color: var(--brand-white);
    z-index: 2;
}

.hero_banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Dark overlay */
    z-index: 1;
}

.hero_banner__banner-content > .hero_banner-title p {
    font-family: var(--font-family-1-bold);
    font-size: 50px;
    color: var(--brand-white);
    line-height: 56px;
    font-weight: var(--weight-bolder);
}

    .hero_banner__banner-content > .hero_banner-title p:first-child {
        margin-bottom: 2.5rem;
    }

.hero_banner__banner-content > p {
    font-family: var(--font-family-2-reg);
    font-size: var(--text-lg);
    font-weight: var(--weight-normal);
    letter-spacing: 0.4px;
    margin-bottom: 0.5rem;
}

.hero_banner__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero_banner-button {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    width: 405px;
    height: 60px;
    background-color: var(--brand-secondary);
    border-radius: 8px;
    margin: 0.5rem 0rem;
    text-decoration: none;
    color: var(--brand-white) !important;
    font-family: var(--font-family-1-bold) !important;
    font-size: 20px !important;
    transition: 300ms all;
    font-weight: var(--weight-bolder);
}

    .hero_banner-button:hover {
        background-color: var(--brand-hover);
    }

@media (max-width: 768px) {
    .hero_banner__banner-content {
        padding: 0rem 10px;
    }

        .hero_banner__banner-content > .hero_banner-title p {
            font-size: 34px;
            line-height: 42px;
            text-align: left !important;
        }
}

@media (max-width: 567px) {
    .hero_banner__banner-content {
        align-items: center;
    }

    .hero_banner-button {
        width: 160px;
        height: 48px;
    }

    .hero_banner__banner-content > p {
        margin: 2rem 0rem;
    }
}

/* custom text editor */
@media (max-width: 1366px) {
    .promo_container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .promo_title {
        padding: 0rem 0rem 0rem !important;
    }
}

@media (max-width: 768px) {
    .promo_title {
        font-size: 26px;
        padding: 2rem 0.1rem 0rem !important;
    }

    .promo_container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .promo_container-border {
        margin: 0 1rem;
    }

    .promo_text {
        font-size: 14px;
    }

    .promo_text_table {
        font-size: 14px;
    }

    .promo_text_bold {
        font-size: 16px;
    }
}

/* Sticky footer component */
.sticky-footer {
    position: fixed;
    bottom: 0;
    background-color: var(--brand-white);
    width: 100%;
    z-index: 2;
    padding-bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

    .sticky-footer .promo_title {
        padding: 2rem 0 0;
    }

.closeStickyFooter {
    position: absolute;
    right: 0;
    margin: 1rem;
}

    .closeStickyFooter:hover {
        cursor: pointer;
    }

@media (max-width: 768px) {
    .sticky-footer {
        bottom: 68px;
    }

    .closeStickyFooter {
        width: 15px !important;
        height: 15px !important;
    }
}

@media (max-width: 576px) {
    .sticky-footer {
        bottom: 80px;
    }
}

/* Split Banner Component */
.split-banner {
    display: flex;
    flex-direction: row;
}

    .split-banner article {
        width: 50%;
        aspect-ratio: 480/499;
        position: relative;
    }

.split-banner-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.split-banner-image {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}

.split-banner-imageRight {
    width: 100% !important;
    height: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 0 !important;
    ;
}

.split-banner-text {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

    .split-banner-text h2 {
        color: var(--brand-white);
        font-size: var(--text-5xl);
        font-family: var(--font-family-1-bold);
        margin-bottom: 3rem;
        font-weight: var(--weight-bolder);
    }

    .split-banner-text p {
        color: var(--brand-white);
        font-size: var(--text-sl);
        font-family: var(--font-family-1-reg);
        font-weight: var(--weight-bolder);
        letter-spacing: 0.09rem
    }

@media (max-width: 1200px) {
    .split-banner-text h2 {
        font-size: 40px;
    }

    .split-banner-text p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .split-banner {
        flex-direction: column;
    }

        .split-banner article {
            width: 100%;
            aspect-ratio: 72/59;
        }

    .split-banner-imageRight {
        height: 100% !important;
    }
}

/* feature highlight slider component */
.feature-highlight-slider {
    position: relative;
}

.feature-highlight-bg {
    aspect-ratio: 8/3;
    width: 100%;
    object-fit: cover;
}

.feature-highlight-div {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.feature-highlight-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    gap: 2rem;
    padding: 0.5rem 2rem 0.25rem;
}

    .feature-highlight-slide h3 {
        font-family: var(--font-family-1-reg);
        font-weight: var(--weight-bolder);
        color: var(--brand-white);
        font-size: 50px;
        margin: auto;
    }

.feature-highlight-slider-swiper .swiper-wrapper {
    align-items: flex-end;
    aspect-ratio: 8/3;
}

.feature-highligh-sliderImage {
    width: 58%;
}

.feature-highlight-div .swiper-button-prev,
.feature-highlight-div .swiper-button-next {
    display: none;
}

    .feature-highlight-div .swiper-button-next:after,
    .feature-highlight-div .swiper-button-prev:after {
        font-size: 70px !important;
        font-weight: 700;
        color: var(--brand-disabled);
    }

.feature-highlight-div .swiper-button-next {
    right: 5%;
    top: 57%
}

.feature-highlight-div .swiper-button-prev {
    left: 5%;
    top: 57%
}


@media (max-width: 1920px) {
    .feature-highlight-slide h3 {
        font-size: 2.6vw;
    }
}

@media (max-width: 1200px) {
    .feature-highlight-slide {
        padding: 0.5rem 1rem 0.25rem;
    }
}

@media (max-width: 768px) {
    .feature-highlight-bg {
        aspect-ratio: 9 / 16;
        height: 640px;
    }

    .feature-highlight-slider-swiper .swiper-wrapper {
        aspect-ratio: 9 / 16;
        height: 640px;
    }

    .feature-highlight-slide h3 {
        font-size: 22px;
    }

    .feature-highlight-div .swiper-button-prev,
    .feature-highlight-div .swiper-button-next {
        display: block;
    }

    .feature-highligh-sliderImage {
        width: auto;
    }

    .feature-highlight-slide h3 {
        margin: 0;
    }

    .feature-highlight-slide {
        justify-content: space-evenly;
        gap: 0rem;
    }
}

@media (max-width: 360px) {
    .feature-highligh-sliderImage {
        max-width: 10.67rem;
    }
}

/* MODEL STATS COMPONENT */
#modelStats .content {
    max-width: 1450px;
}

.modelStatsTable {
    max-width: 643px;
}

.modelStatsName {
    font-family: var(--font-family-1-bold);
    color: var(--brand);
}

.modelStatsCell .col {
    min-height: 70px;
    border-bottom: 1px solid var(--gray-4);
}

.modelStatsCell {
    border-top: 1px solid var(--brand);
    border-bottom: 1px solid var(--brand);
}

    .modelStatsCell .pref {
        background-color: var(--gray-5);
        font-family: var(--font-family-2-bold);
        color: var(--brand);
        font-size: 1.125rem;
        font-weight: 700;
    }

    .modelStatsCell .number {
        font-family: var(--font-family-2-reg);
        color: var(--gray-1);
        font-size: 1.125rem;
    }

.modelStatsDisclaimer p {
    background-color: var(--gray-5);
    font-family: var(--font-family-2-reg);
    color: var(--gray-2);
    font-size: 0.75rem;
    font-style: italic;
    padding: .66rem 1rem;
    width: 619px;
}


@media (min-width: 990px) {
    .modelStatsDisclaimer p {
        width: 85.518%;
    }
}

@media (min-width: 961px) {
    .modelStatsName {
        font-size: 2.5rem;
    }
}

@media (max-width: 960px) {
    .modelStatsName {
        font-size: 1.875rem;
    }

    .modelStatsCell .pref {
        min-height: 50px !important;
        font-size: 1rem !important;
    }

    .modelStatsCell .number {
        font-size: 0.875rem !important;
    }
}

@media (max-width: 643px) {
    .modelStatsDisclaimer p {
        width: 94% !important;
    }
}
/* HEADLINE COMPONENT*/

#headline .headlineTitle, #headline .headlineColumnTitle {
    font-family: var(--font-family-1-bold);
    font-weight: 700;
}

#headline .headlineContent, #headline .headlineColumnContent {
    font-family: var(--font-family-2-reg);
    color: var(--gray-5);
}

@media (min-width:1200px) {
    #headline .headlineTexts {
        min-height: 209px;
        width: 1202px;
    }

    #headline .headlineTitle, #headline .headlineColumnTitle {
        font-size: 2rem;
    }

    #headline .headlineContent, #headline .headlineColumnContent {
        font-size: 1.125rem;
    }

    #headline .headlineColumnTexts {
        min-height: 378px;
        width: 800px;
    }
}

@media (max-width:1199px) {
    #headline .headlineTexts {
        min-height: 212px;
        width: 100%;
    }

    #headline .headlineTitle, #headline .headlineColumnTitle {
        font-size: 1.625rem;
    }

    #headline .headlineContent, #headline .headlineColumnContent {
        font-size: 0.875rem;
    }

    #headline .headlineColumnTexts {
        min-height: 230px;
        width: 100%;
    }
}
/* END - HEADLINE COMPONENT*/


/* TEAM PROFILE COMPONENT */
#teamProfile .content {
    max-width: 1202px;
}

#teamProfile .profileSubTitle {
    color: var(--gray-1);
    font-family: var(--font-family-2-reg);
    letter-spacing: 3px;
}

#teamProfile .profileTitle {
    color: var(--brand);
    font-family: var(--font-family-1-bold);
}

#teamProfile .profileCard {
    max-width: 328px;
}

#teamProfile .profileDetails {
    color: #4D4D4D;
    font-family: var(--font-family-2-reg);
}

#teamProfile .profileLabel {
    font-family: var(--font-family-2-bold) !important;
}

#teamProfile .profileDetail.email a {
    color: inherit;
}

#teamProfile .profileDetail.phoneNum a {
    color: inherit;
    font-family: var(--font-family-2-bold) !important;
    text-decoration: none;
}

@media (min-width: 961px) {
    #teamProfile .profileSubTitle {
        font-size: 1.25rem;
    }

    #teamProfile .profileTitle {
        font-size: 2rem;
    }

    #teamProfile .profileDetails {
        font-size: 1.125rem;
    }
}

@media (max-width: 960px) {
    #teamProfile .profileSubTitle {
        font-size: 0.75rem;
    }

    #teamProfile .profileTitle {
        font-size: 1.625rem;
    }

    #teamProfile .profileDetails {
        font-size: 0.875rem;
    }
}

/* Hide the label by default */
.ios-only-label {
    display: none;
}

/* Show only on iOS mobile using WebKit touch + screen size */
@supports (-webkit-touch-callout: none) {
    @media screen and (max-width: 768px) {
        .ios-only-label {
            display: block;
            margin-bottom: 6px;
            color: #333;
            font-size: 14px;
            font-weight: 500;
            padding-left: 1rem;
        }
    }
}
